AsyncOperationCompletedHandler Generic Delegate

Represents a method that handles the completed event of an asynchronous operation.

Syntax

public generic<typename TResult>
delegate void AsyncOperationCompletedHandler`1(
         IAsyncOperation<TResult>^ asyncInfo,
         AsyncStatus asyncStatus
)  

Type parameters

TResult
The result.

Parameters

asyncInfo
Type: IAsyncOperation<TResult> 

The asynchronous operation.

asyncStatus
Type: AsyncStatus 

One of the enumeration values.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

Windows.Foundation Namespace